home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Selecciones / MacOrganize 2.3.3 ƒ / For Programmers / Instructions
Encoding:
Text File  |  1994-07-27  |  972 b   |  14 lines

  1. ===========================================================
  2. MacOrganize Code Instructions
  3. ©1994 Quade Publishing Company 
  4. (A Division of Quade Industries - established 1989)
  5. P.O. Box 1574, Fort Dodge, IA 50501                      (515) 573-2537
  6. ===========================================================
  7.  
  8. You can add items under MacOrganize's Tool menu by building code resources and placing them into the 'MacOrganize Tools' folder.  You must have at least two resources 'proc' id 128 and 'SCAN' id 128.  If you want to filter out files for the Standard File dialog you must provide a 'FLTR' id 128 too.  There is a template in the resource files to configure the 'SCAN' resource.  Scan type must be 1, otherwise you code will not be executed.  If nested folders if true your procedure will be called for all folders and files, contained in the selected directory and subdirectories, otherwise you will called only for the files and folders in the that directory.
  9.  
  10.  
  11.  
  12.  
  13.  
  14.